home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-25 | 910 b | 36 lines | [TEXT/MPS ] |
- {[a-,body+,h-,o=100,r+,rec+,t=4,u+,#+,j=20/57/1$,n+]}
- { UMacAppUtilities.p }
- { Copyright © 1984-1990 Apple Computer, Inc. All rights reserved. }
-
- {$IFC UNDEFINED UsingIncludes}
- {$SETC UsingIncludes := FALSE}
- {$ENDC}
-
- UNIT UMacAppUtilities;
-
- INTERFACE
-
- USES
- {$SETC __UMacAppUtilities__ := TRUE}
- { • Required for this unit's interface }
- TextEdit, Files, Traps, Scrap,
-
- { • Implementation USES }
- {$U $$Shell(MAPInterfaces)ULoMem} ULoMem,
-
- ToolUtils, Memory, Resources, Fonts, Errors, FixMath, Controls, Windows, Dialogs, Packages, Script, Menus, OSEvents, SANE;
-
- {$SETC __UMacAppUtilities__ := FALSE}
- { • Include the public interface }
- {$SETC _UMacAppUtilitiesIncludes := UsingIncludes}
- {$SETC UsingIncludes := TRUE}
- {$I+}
- {$I $$Shell(MAPInterfaces)UMacAppUtilities.p}
- {$SETC UsingIncludes := _UMacAppUtilitiesIncludes}
-
- IMPLEMENTATION
-
- {$I UMacAppUtilities.inc1.p}
-
- END.
-